ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.DX.WIC Namespace / DdsFrameDecode Class / CopyBlocks Method / CopyBlocks(Nullable<RectL>,Int32,Int32,IntPtr) Method

In This Topic
    CopyBlocks(Nullable<RectL>,Int32,Int32,IntPtr) Method
    In This Topic
    HRESULT IWICDdsFrameDecode::CopyBlocks([In, Optional] const WICRect* prcBoundsInBlocks,[In] unsigned int cbStride,[In] unsigned int cbBufferSize,[In] void* pbBuffer)
    Syntax
    'Declaration
     
    Public Overloads Sub CopyBlocks( _
       ByVal rcBoundsInBlocksRef As Nullable(Of RectL), _
       ByVal stride As Integer, _
       ByVal bufferSize As Integer, _
       ByVal bufferRef As IntPtr _
    ) 
    public void CopyBlocks( 
       Nullable<RectL> rcBoundsInBlocksRef,
       int stride,
       int bufferSize,
       IntPtr bufferRef
    )

    Parameters

    rcBoundsInBlocksRef
    stride
    bufferSize
    bufferRef
    See Also